UFix64MINumericUFix64MIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UFix64M>.IsLessThan(
UFix64M value
)
Private Function IsLessThan (
value As UFix64M
) As Boolean Implements INumeric(Of UFix64M).IsLessThan
private:
virtual bool IsLessThan(
UFix64M value
) sealed = INumeric<UFix64M>::IsLessThan
private abstract IsLessThan :
value : UFix64M -> bool
private override IsLessThan :
value : UFix64M -> bool
- value UFix64M
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)